home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
machkit
/
exceptions.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-10
|
302 b
|
14 lines
/*
* machkit exceptions.h
* Copyright 1991, NeXT Computer, Inc.
*/
typedef enum {
NX_MACH_KIT_EXCEPTION_BASE = 10000,
NX_portInvalidException = 10001,
NX_restrictionEnforcedException = 10010,
NX_referenceAlreadyFreeException = 10020,
NX_MACH_KIT_LAST_EXCEPTION = 10999
} NXMachKitException;